| 1 | <?php |
||
| 22 | class OrganizationNameStrategy implements StrategyInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * |
||
| 26 | * |
||
| 27 | * @var OrganizationRepository |
||
| 28 | */ |
||
| 29 | private $repository; |
||
| 30 | |||
| 31 | public function __construct(OrganizationRepository $repository) |
||
| 35 | |||
| 36 | public function extract($value) |
||
| 44 | |||
| 45 | public function hydrate($value) |
||
| 49 | } |