| 1 | <?php |
||
| 20 | class GenericType extends AbstractType |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | * @readable |
||
| 25 | */ |
||
| 26 | protected $name; |
||
| 27 | |||
| 28 | 1 | public function __construct(string $name) |
|
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritDoc} |
||
| 35 | */ |
||
| 36 | public function compatible(AbstractType $type) : bool |
||
| 40 | |||
| 41 | public function equals($object) : bool |
||
| 45 | } |
||
| 46 |