コード例 #1
0
 public function generateImport(FactoryMethod $method)
 {
     return $this->indent . self::INDENT . "require_once '" . $method->getClass()->getFile() . "';" . PHP_EOL;
 }