コード例 #1
0
ファイル: PartialJtkSnippet.php プロジェクト: jivoo/jivoo
 /**
  * Invoke the snippet using the settings object.
  * @return Jivoo\Routing\Response|string Response object or string.
  */
 public function __invoke()
 {
     return $this->snippet->__invoke(array($this->object));
 }