示例#1
0
 /**
  * Get the template path.
  * @return string
  */
 public function path()
 {
     return $this->name->getPath();
 }
示例#2
0
 /**
  * Get a template path.
  * @param  string $name
  * @return string
  */
 public function path($name)
 {
     $name = new Name($this, $name);
     return $name->getPath();
 }