PHP Interface Phalcon\Cli\Environment\EnvironmentAwareInterface

This interface must be implemented in those classes that uses EnvironmentInterface interface
Datei anzeigen Open project: phalcon/incubator

Public Methods

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

Method Details

getEnvironment() public method

Gets the Environment object
public getEnvironment ( ) : Phalcon\Cli\Environment\EnvironmentInterface
return Phalcon\Cli\Environment\EnvironmentInterface

setEnvironment() public method

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