| 1 | <?php |
||
| 13 | class UserQuery extends BaseUserQuery |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string $instanceName |
||
| 18 | * @param string $userName |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public function hasUser($instanceName, $userName) |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * @param Instance $instance |
||
| 30 | * |
||
| 31 | * @return UserQuery |
||
| 32 | * @throws \Propel\Runtime\Exception\PropelException |
||
| 33 | */ |
||
| 34 | public function getMostActiveWatchersQuery($instance) |
||
| 50 | |||
| 51 | } |
||
| 52 |