PHP Interface Phalcon\Cli\Environment\EnvironmentAwareInterface

This interface must be implemented in those classes that uses EnvironmentInterface interface
Afficher le fichier Open project: phalcon/incubator

Méthodes publiques

Méthode Description
getEnvironment ( ) : Phalcon\Cli\Environment\EnvironmentInterface Gets the Environment object
setEnvironment ( Phalcon\Cli\Environment\EnvironmentInterface $environment ) Sets the Environment object

Method Details

getEnvironment() public méthode

Gets the Environment object
public getEnvironment ( ) : Phalcon\Cli\Environment\EnvironmentInterface
Résultat Phalcon\Cli\Environment\EnvironmentInterface

setEnvironment() public méthode

Sets the Environment object
public setEnvironment ( Phalcon\Cli\Environment\EnvironmentInterface $environment )
$environment Phalcon\Cli\Environment\EnvironmentInterface Environment