| 1 | <?php |
||
| 21 | class DataSourceAsserter extends ObjectAsserter |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function setWith($value, $checkType = true) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param $value |
||
| 43 | * |
||
| 44 | * @return bool |
||
| 45 | */ |
||
| 46 | protected static function isDataSource($value) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritdoc} |
||
| 53 | */ |
||
| 54 | protected function valueIsSet($message = 'DataSource is undefined') |
||
| 58 | } |
||
| 59 |