c
This commit is contained in:
8
inc/Hura8/Interfaces/iEntityCategoryModel.php
Normal file
8
inc/Hura8/Interfaces/iEntityCategoryModel.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Hura8\Interfaces;
|
||||
|
||||
interface iEntityCategoryModel extends iEntityModel
|
||||
{
|
||||
public function getAllByParent(array $condition = array()): array;
|
||||
}
|
||||
Reference in New Issue
Block a user