PhalconRest\Api\ApiResource::transformer PHP Метод

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

public transformer ( string $transformer ) : static
$transformer string Classname of the transformer
Результат static
    public function transformer($transformer)
    {
        $this->transformer = $transformer;
        return $this;
    }