Storm\Drivers\Base\Object\Properties\Accessors\IndexBase::__construct PHP Method

__construct() public method

public __construct ( $Index )
    public function __construct($Index)
    {
        $this->Index = $Index;
    }