Example #1
0
 /**
  * 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));
 }