Beans_Lessc::lib_ispercentage PHP Méthode

lib_ispercentage() protected méthode

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