titanscssc::evalSelector PHP Method

evalSelector() protected method

replaces all the interpolates
protected evalSelector ( $selector )
    protected function evalSelector($selector)
    {
        return array_map(array($this, "evalSelectorPart"), $selector);
    }
titanscssc