| 1 | <?php |
||
| 16 | class PositionEnhancer implements DescriptionEnhancerInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var \PHPCR\SessionInterface |
||
| 20 | */ |
||
| 21 | private $session; |
||
| 22 | |||
| 23 | public function __construct(ManagerRegistry $manager, $sessionName) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function enhance(Description $description) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | public function supports(PuliResource $resource) |
||
| 49 | } |
||
| 50 |