Esempio n. 1
0
 /**
  * @param \nochso\WriteMe\Interfaces\Placeholder $placeholder
  *
  * @return \nochso\WriteMe\Reflection\Method[]
  */
 public function getMethodsForPlaceholder(Placeholder $placeholder)
 {
     return $this->placeholders->getMethodsForPlaceholder($placeholder);
 }