class MultiExtendObjectBuilder extends AbstractObjectBuilder
Generates the empty PHP5 stub object class for use with inheritance in the user object model (OM).
This class produces the empty stub class that can be customized with
application business logic, custom behavior, etc.
Methods
boolean |
hasBehaviorModifier(string $hookName, string $modifier = null)
Checks whether any registered behavior on that table has a modifier for a hook |
from AbstractObjectBuilder |
applyBehaviorModifier(string $hookName, string $script, string $tab = ' ')
Checks whether any registered behavior on that table has a modifier for a hook |
from AbstractObjectBuilder | |
getBehaviorContent(string $contentName)
Checks whether any registered behavior content creator on that table exists a contentName |
from AbstractObjectBuilder | |
string |
getUnprefixedClassName()
Returns the name of the current class being built. |
|
string |
getPackage()
Overrides method to return child package, if specified. |
|
setChild(Inheritance $child)
Sets the child object that we're operating on currently. |
||
Inheritance |
getChild()
Returns the child object we're operating on currently. |
Details
in AbstractObjectBuilder at line 171
public boolean
hasBehaviorModifier(string $hookName, string $modifier = null)
Checks whether any registered behavior on that table has a modifier for a hook
in AbstractObjectBuilder at line 182
public
applyBehaviorModifier(string $hookName, string $script, string $tab = ' ')
Checks whether any registered behavior on that table has a modifier for a hook
in AbstractObjectBuilder at line 191
public
getBehaviorContent(string $contentName)
Checks whether any registered behavior content creator on that table exists a contentName
at line 38
public string
getUnprefixedClassName()
Returns the name of the current class being built.
at line 48
public string
getPackage()
Overrides method to return child package, if specified.
at line 58
public
setChild(Inheritance $child)
Sets the child object that we're operating on currently.
at line 69
public Inheritance
getChild()
Returns the child object we're operating on currently.