class InterfaceBuilder extends AbstractObjectBuilder
Generates the empty PHP5 stub interface for user object model (OM).
This class produces the empty stub interface when the interface="" attribute is used
in the the schema xml.
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. |
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 28
public string
getUnprefixedClassName()
Returns the name of the current class being built.