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. |
|