| 1 | <?php |
||
| 16 | class Material extends Base |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * MaterialField constructor |
||
| 20 | * @param array $filteringIDs Collection of entity identifiers for filtering |
||
| 21 | * @param string $identifier Entity identifier |
||
| 22 | */ |
||
| 23 | public function __construct($filteringIDs = array(), $identifier = \samsoncms\api\Material::ENTITY) |
||
| 31 | } |
||
| 32 |