Faker\Generator::__call PHP Метод

__call() публичный Метод

public __call ( string $method, array $attributes )
$method string
$attributes array
    public function __call($method, $attributes)
    {
        return $this->format($method, $attributes);
    }