\r\n

51Degrees Pipeline PHP  4.4

51Degrees Pipeline for PHP

fiftyone\pipeline\core\AspectPropertyValue Class Reference

Public Member Functions

 __construct (?string $noValueMessage=null, $value='noValue')
Constructor for AspectPropertyValue. More...
 __get (string $key)
Magic getter to access the value or throw an error with the no value message. More...
 __set (string $key, $value)

Data Fields

string  $noValueMessage = null
bool  $hasValue = false

Constructor & Destructor Documentation

◆ __construct()

fiftyone\pipeline\core\AspectPropertyValue::__construct ( ?string   $noValueMessage = null,
  $value = 'noValue'  
)

Constructor for AspectPropertyValue.

Parameters
null | string
$noValueMessage - Reason why the value is missing
mixed
$value -

Member Function Documentation

◆ __get()

fiftyone\pipeline\core\AspectPropertyValue::__get ( string   $key )

Magic getter to access the value or throw an error with the no value message.

Returns
mixed
Exceptions
-

◆ __set()

fiftyone\pipeline\core\AspectPropertyValue::__set ( string   $key,
  $value  
)
Parameters
mixed
$value -
Returns
void
On This Page