eZ\Publish\Core\FieldType\Checkbox\Value::__toString PHP 메소드

__toString() 공개 메소드

또한 보기: eZ\Publish\Core\FieldType\Value
public __toString ( ) : string
리턴 string
    public function __toString()
    {
        return $this->bool ? '1' : '0';
    }