Noop
class Noop extends Module implements MetaPropertyInterface
Noop is the default meta property. It's pretty much just used as a place holder and a test interface. You probably shouldn't use this.
Methods
string
getType()
React type
boolean
mixed
sanitize(mixed $value)
Clean the submitted input
object
object
Array
toArray(MetaProperty $prop, array $return)
Called by parent model's toArray. Should return the modified array
Details
at line line 17
string
getType()
React type
at line line 22
boolean
validate(MetaProperty $prop)
Validate the property value
at line line 32
mixed
sanitize(mixed $value)
Clean the submitted input
at line line 38
object
beforeSave(MetaProperty $prop)
Called by parent model's beforeSave method
at line line 44
object
afterSave(MetaProperty $prop)
Called by parent model's afterSave method
at line line 49
Array
toArray(MetaProperty $prop, array $return)
Called by parent model's toArray. Should return the modified array