Beans_Lessc::lib_ispercentage PHP Метод

lib_ispercentage() защищенный Метод

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