¡Estoy teniendo el siguiente error!
Fatal error: Constant expression contains invalid operations in >/PATH/initClass.php on line 5
Para el código:
<?php
Class init
{
public const THEME = "aman/dev/frontend/";
private $root = dirname(__dir__)."/aman/dev/fontend/";
public function getFile($name,$value)
{
list(
$title
) = $value;
}
}
?>
Parece que no puedo entender qué está pasando.
Se agradecería ayuda.