TightenCo\Jigsaw\CollectionItem::__call PHP Метод

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

public __call ( $method, $args )
    public function __call($method, $args)
    {
        return $this->helpers[$method]->__invoke($this->data);
    }