Lines Matching refs:callAsset
54 return $this->callAsset(__FUNCTION__);
60 $this->callAsset(__FUNCTION__);
67 return $this->callAsset(__FUNCTION__, array($additionalFilter));
74 return $this->callAsset(__FUNCTION__, array($additionalFilter));
79 return $this->callAsset(__FUNCTION__);
84 $this->callAsset(__FUNCTION__, array($content));
89 return $this->callAsset(__FUNCTION__);
94 return $this->callAsset(__FUNCTION__);
99 return $this->callAsset(__FUNCTION__);
104 return $this->callAsset(__FUNCTION__);
109 $this->callAsset(__FUNCTION__, array($targetPath));
114 return $this->callAsset(__FUNCTION__);
119 return $this->callAsset(__FUNCTION__);
124 return $this->callAsset(__FUNCTION__);
129 $this->callAsset(__FUNCTION__, array($values));
134 private function callAsset($method, $arguments = array()) function in Assetic\\Asset\\AssetReference