| 1 | <?php |
||
| 8 | class Bidirectionality |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var Classing |
||
| 12 | */ |
||
| 13 | private $class; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var Mirroring |
||
| 17 | */ |
||
| 18 | private $mirroring; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param Classing $class |
||
| 22 | * @param Mirroring $mirroring |
||
| 23 | * @param bool $isControl |
||
| 24 | */ |
||
| 25 | public function __construct(Classing $class, Mirroring $mirroring, $isControl) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return Classing |
||
| 33 | */ |
||
| 34 | public function getClass() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return Mirroring |
||
| 41 | */ |
||
| 42 | public function getMirroring() |
||
| 46 | } |