Beans_Lessc::lib_ispercentage PHP 메소드

lib_ispercentage() 보호된 메소드

protected lib_ispercentage ( $value )
    protected function lib_ispercentage($value)
    {
        return $this->toBool($value[0] == "number" && $value[2] == "%");
    }