Faker\Generator::__get PHP 메소드

__get() 공개 메소드

public __get ( string $attribute )
$attribute string
    public function __get($attribute)
    {
        return $this->format($attribute);
    }