| 1 | <?php |
||
| 5 | class PendingRelationsRequest { |
||
| 6 | public static $MAX_ROW_COUNT=30; |
||
| 7 | /** |
||
| 8 | * @var ObjectsConditionParser[] |
||
| 9 | */ |
||
| 10 | protected $objectsConditionParsers=[]; |
||
| 11 | /** |
||
| 12 | * @var ObjectsConditionParser |
||
| 13 | */ |
||
| 14 | protected $activeObjectsParser; |
||
| 15 | |||
| 16 | public function __construct(){ |
||
| 19 | |||
| 20 | public function addPartObject($object,$condition,$value){ |
||
| 34 | |||
| 35 | protected function addNewParser(){ |
||
| 39 | |||
| 40 | protected function getActiveParser(){ |
||
| 46 | /** |
||
| 47 | * @return multitype:\Ubiquity\orm\core\ObjectsConditionParser |
||
|
|
|||
| 48 | */ |
||
| 49 | public function getObjectsConditionParsers() { |
||
| 52 | |||
| 53 | } |
||
| 54 | |||
| 55 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.