| 1 | <?php |
||
| 18 | class InputQuery extends BaseInputQuery |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $uuid |
||
| 23 | * |
||
| 24 | * @return bool |
||
| 25 | */ |
||
| 26 | public function hasInput($uuid) |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @param string $instanceName |
||
| 34 | * @param SubscriptionStatus $status |
||
| 35 | * |
||
| 36 | * @return $this|\Propel\Runtime\ActiveQuery\Criteria |
||
| 37 | */ |
||
| 38 | public function filterBySubscriptionStatus($instanceName, SubscriptionStatus $status) |
||
| 45 | |||
| 46 | } |
||
| 47 |