PHP Класс Horde_Push_Factory_Push, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
create ( array $arguments, array $options, array $conf ) : array Create the Horde_Push content element.

Приватные методы

Метод Описание
_createFromData ( array $data ) : Horde_Push Generate a Horde_Push element based on the provided data.
_parseArgument ( string $argument, array $conf ) : Horde_Push Parse an argument into a Horde_Push element.
_parseKolab ( string $argument, array $conf ) : Horde_Push Parse the content of a Kolab object into a Horde_Push element.
_parsePhp ( string $argument, array $conf ) : Horde_Push Parse the content of a PHP file into a Horde_Push element.
_parseYaml ( string $argument, array $conf ) : Horde_Push Parse the content of a YAML file into a Horde_Push element.

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

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

Create the Horde_Push content element.
public create ( array $arguments, array $options, array $conf ) : array
$arguments array The command line arguments.
$options array Command line options.
$conf array The configuration.
Результат array The elements to be pushed.