Storm\Drivers\Fluent\Object\Properties\Accessors\Builder::offsetGet PHP Метод

offsetGet() публичный Метод

public offsetGet ( $Index )
    public function offsetGet($Index)
    {
        $this->AddAccessor(new Accessors\Indexer($Index));
        return $this;
    }