Prado\TEnumerable::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
        $reflection = new \ReflectionClass($this);
        $this->_enums = $reflection->getConstants();
    }