eZ\Publish\Core\FieldType\Rating\Value::__construct PHP Метод

__construct() публичный Метод

Construct a new Value object and initialize it with its $isDisabled state.
public __construct ( boolean $isDisabled = false )
$isDisabled boolean
    public function __construct($isDisabled = false)
    {
        $this->isDisabled = $isDisabled;
    }