Flarum\Api\Controller\AbstractCollectionController::createElement PHP Méthode

createElement() protected méthode

protected createElement ( $data, Tobscure\JsonApi\SerializerInterface $serializer )
$serializer Tobscure\JsonApi\SerializerInterface
    protected function createElement($data, SerializerInterface $serializer)
    {
        return new Collection($data, $serializer);
    }
AbstractCollectionController