Doctrine\ODM\CouchDB\Types\BooleanType::convertToPHPValue PHP Method

convertToPHPValue() public method

public convertToPHPValue ( $value )
    public function convertToPHPValue($value)
    {
        return (bool) $value;
    }