Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
N98
Magento
Command
Developer
Module
Rewrite
ClassUtil
PHP Class N98\Magento\Command\Developer\Module\Rewrite\ClassUtil
Show file
Open project: netz98/n98-magerun
Class Usage Examples
Public Methods
Method
Description
__construct
(
$className
)
create
(
string
$className
) :
ClassUtil
exists
( )
isA
(
ClassUtil
$class
) :
boolean
This class is a $class (is or inherits from it)
Method Details
__construct()
public
method
public
__construct
(
$className
)
create()
public
static
method
public
static
create
(
string
$className
) :
ClassUtil
$className
string
return
ClassUtil
exists()
public
method
public
exists
( )
isA()
public
method
This class is a $class (is or inherits from it)
public
isA
(
ClassUtil
$class
) :
boolean
$class
ClassUtil
return
boolean