Magic::__get PHP Méthode

__get() public méthode

Alias for offsetget()
public __get ( $key ) : mixed
$key string
Résultat mixed
    function &__get($key)
    {
        $val =& $this->offsetget($key);
        return $val;
    }