app\controllers\Controller::__get PHP Method

__get() public method

public __get ( $property )
    public function __get($property)
    {
        if ($this->container->{$property}) {
            return $this->container->{$property};
        }
    }