PHP Class eZ\Publish\Core\FieldType\Rating\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$isDisabled boolean Is rating disabled.

Public Methods

Method Description
__construct ( boolean $isDisabled = false ) Construct a new Value object and initialize it with its $isDisabled state.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize it with its $isDisabled state.
public __construct ( boolean $isDisabled = false )
$isDisabled boolean

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$isDisabled public property

Is rating disabled.
public bool $isDisabled
return boolean