public class PhpClassConfig
extends java.lang.Object
Constructor and Description |
---|
PhpClassConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Sets the PHP name for the class
|
java.lang.Class |
getType()
Returns the name of the type to add.
|
void |
init()
Initialize the class.
|
void |
setName(java.lang.String name)
Sets the PHP name for the class
|
void |
setType(java.lang.Class cl)
Sets the class to add.
|
public void setType(java.lang.Class cl)
public java.lang.Class getType()
public void setName(java.lang.String name)
public java.lang.String getName()
@PostConstruct public void init() throws ConfigException
ConfigException