TightenCo\Jigsaw\CollectionItem::__call PHP Méthode

__call() public méthode

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