PHP Class Devise\Support\Framework

..
Afficher le fichier Open project: devisephp/cms

Méthodes publiques

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

Private Methods

Méthode Description
resolveProperty ( $name ) : mixed Returns a valid property

Method Details

__get() public méthode

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