Maslosoft Manganel API
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php
/**
* Created by PhpStorm.
* User: peter
* Date: 23.01.18
* Time: 13:44
*/
namespace Maslosoft\Manganel;
use Maslosoft\Addendum\Interfaces\AnnotatedInterface;
use Maslosoft\Mangan\Transformers\RawArray;
use Maslosoft\Manganel\Meta\ManganelMeta;
class SearchCriteriaArray extends RawArray
{
protected static function getMeta(AnnotatedInterface $model)
{
return ManganelMeta::create($model);
}
}
API documentation generated by ApiGen