Public Member Functions | |
getItem () | |
![]() | |
getCiteAs () | |
setCiteAs (string $value) | |
setItem ($value) | |
getTriple () | |
setTriple (array $value) | |
validate () | |
![]() | |
__construct ($stream=null, $validate_stream_on_construct=true, $validate_properties=true, $validators=null, $validation_context=null) | |
setType ($types) | |
![]() | |
getValidateProperties () | |
getValidateStreamOnConstruct () | |
getValidators () | |
getDoc () | |
getId () | |
setId ($value) | |
getType () | |
getProperty ($prop_name) | |
setProperty ($prop_name, $value) | |
validateProperty ($prop_name, $value, $force_validate=false, $raise_error=true) | |
toJSONLD () | |
Additional Inherited Members | |
![]() | |
const | DEFAULT_TYPE = null |
const | ALLOWED_TYPES = [] |
![]() | |
_registerPropertyValidationError (ValidationError $ve, $prop_name, $value) | |
required (ValidationError $ve, $prop_name, $value) | |
requiredAndValidate (ValidationError $ve, $prop_name, $value) | |
optionalAndValidate (ValidationError $ve, $prop_name, $value) | |
![]() | |
static | deepCopy ($array) |
![]() | |
$validateStreamOnConstruct | |
$validateProperties | |
$validators | |
$validationContext | |
$stream | |
Custom Request Review Object class to return the custom RequestReviewItem class
coarnotify\patterns\request_review\RequestReviewObject::getItem | ( | ) |
Custom getter to retrieve the item property as a RequestReviewItem
Reimplemented from coarnotify\core\notify\NotifyObject.