PHP Class Devise\Support\Framework

..
Datei anzeigen Open project: devisephp/cms

Public Methods

Method Description
__get ( $name ) : mixed Magic method so we can call $this->Config instead of $this->Config()

Private Methods

Method Description
resolveProperty ( $name ) : mixed Returns a valid property

Method Details

__get() public method

Magic method so we can call $this->Config instead of $this->Config()
public __get ( $name ) : mixed
$name
return mixed