PHP Класс Horde_Themes_Element, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$app string Current application name.

Защищенные свойства (Protected)

Свойство Тип Описание
$_data array URI/filesystem path values.
$_dirname string The default directory name for this element type.
$_name string Element name.
$_opts array Options.

Открытые методы

Метод Описание
__construct ( string $name = '', array $options = [] ) Constructor.
__get ( $name )
__toString ( ) : string String representation of this object.
fromUri ( string $uri ) : Horde_Themes_Element Convert a URI into a Horde_Themes_Element object.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $name = '', array $options = [] )
$name string The element name. If null, will return the element directory.
$options array Additional options: - app: (string) Use this application instead of the current app. - data: (array) Contains 2 elements: 'fs' - filesystem path, 'uri' - the element URI. If set, use as the data values instead of auto determining. - nohorde: (boolean) If true, do not fallback to horde for element. - noview: (boolean) If true, do not load images from view-specific directories. (Since 2.4.0) - theme: (string) Use this theme instead of the Horde default. - uri: (string) Use this as the URI value.

__get() публичный Метод

public __get ( $name )

__toString() публичный Метод

String representation of this object.
public __toString ( ) : string
Результат string The relative URI.

fromUri() публичный статический Метод

Convert a URI into a Horde_Themes_Element object.
public static fromUri ( string $uri ) : Horde_Themes_Element
$uri string The URI to convert.
Результат Horde_Themes_Element A theme element object.

Описание свойств

$_data защищенное свойство

URI/filesystem path values.
protected array $_data
Результат array

$_dirname защищенное свойство

The default directory name for this element type.
protected string $_dirname
Результат string

$_name защищенное свойство

Element name.
protected string $_name
Результат string

$_opts защищенное свойство

Options.
protected array $_opts
Результат array

$app публичное свойство

Current application name.
public string $app
Результат string