SOURCE_RAW
SOURCE_RAW
The Horde_Help:: class provides an interface to the online help subsystem.
Copyright 1999-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
__construct(integer $source, string $data, array $views = array())
Constructor.
integer | $source | The source of the XML help data, based on the SOURCE_* constants. |
string | $data | The data source. If $source is RAW, this is XML text. If $source is FILE, this is the XML filename. |
array | $views | Include these views. |