Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Pop
Code
Generator
InterfaceGenerator
__construct
Pop\Code\Generator\InterfaceGenerator::__construct PHP Method
InterfaceGenerator Class Documentation
ファイルを表示
Open project: nicksagona/PopPHP
__construct()
public
method
Instantiate the interface generator object
public
__construct
(
string
$name
,
string
$parent
= null ) :
InterfaceGenerator
$name
string
$parent
string
return
InterfaceGenerator
public function __construct($name, $parent = null) { $this->name = $name; $this->parent = $parent; }
InterfaceGenerator
__construct
__toString
addMethod
factory
formatMethods
getDocblock
getIndent
getMethod
getName
getNamespace
getParent
removeMethod
render
setDocblock
setIndent
setName
setNamespace
setParent