Method
class Method extends AbstractPhpElement (View source)
Constants
PROPERTY_NAME |
|
Properties
protected Generator | $generator | from AbstractGeneratorAware | |
protected array | $objects | from AbstractObjectContainer | |
protected int | $offset | from AbstractObjectContainer |
Methods
offsetSet(int $offset, mixed $value)
No description
string
objectClass()
No description
beforeObjectIsStored(mixed $object)
This method is called before the object has been stored
Details
__construct(Generator $generator)
protected AbstractGeneratorAware
setGenerator(Generator $generator)
Generator
getGenerator()
bool
offsetExists(int $offset)
mixed
offsetGet(int $offset)
AbstractObjectContainer
offsetSet(int $offset, mixed $value)
void
offsetUnset(int $offset)
mixed
current()
void
next()
int
key()
bool
valid()
void
rewind()
int
count()
at line 11
protected string
objectClass()
in AbstractPhpElement at line 13
protected string
objectProperty()
protected
beforeObjectIsStored(mixed $object)
This method is called before the object has been stored