Prado\TEnumerable::__construct PHP Method

__construct() public method

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