PhalconRest\Transformers\Postman\ApiCollectionTransformer::transform PHP Method

transform() public method

public transform ( ApiCollection $collection )
$collection PhalconRest\Export\Postman\ApiCollection
    public function transform(PostmanCollection $collection)
    {
        return ['id' => $collection->id, 'name' => $collection->name];
    }
ApiCollectionTransformer