| Total Complexity | 2 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class DAOPreparedQueryOne extends DAOPreparedQueryById { |
||
| 15 | |||
| 16 | 28 | public function __construct($className, $condition = '', $included = false, $cache = null) { |
|
| 17 | 28 | DAOPreparedQuery::__construct($className, $condition, $included, $cache); |
|
| 18 | 28 | } |
|
| 19 | |||
| 20 | 28 | protected function prepare(?DbCache $cache = null) { |
|
| 24 | 28 | } |
|
| 25 | } |
||
| 27 |