PHP Class 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.
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
create ( array $arguments, array $options, array $conf ) : array Create the Horde_Push content element.

Private Methods

Method Description
_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.

Method Details

create() public method

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.
return array The elements to be pushed.