コード例 #1
0
ファイル: TemplateData.php プロジェクト: nochso/writeme
 /**
  * @param \nochso\WriteMe\Interfaces\Placeholder $placeholder
  *
  * @return \nochso\WriteMe\Reflection\Method[]
  */
 public function getMethodsForPlaceholder(Placeholder $placeholder)
 {
     return $this->placeholders->getMethodsForPlaceholder($placeholder);
 }