| 1 | <?php | ||
| 21 | class DirectiveProperty extends \LesserPhp\Property implements CanCompile | ||
| 22 | { | ||
| 23 | /** | ||
| 24 | * @return string | ||
| 25 | */ | ||
| 26 | public function getName() | ||
| 30 | |||
| 31 | /** | ||
| 32 | * @return mixed | ||
| 33 | */ | ||
| 34 | public function getValue() | ||
| 38 | |||
| 39 | /** | ||
| 40 | * @inheritdoc | ||
| 41 | */ | ||
| 42 | public function compile(\LesserPhp\Compiler $compiler) | ||
| 49 | } | ||
| 50 |