Метод | Описание | |
---|---|---|
visit ( |
Visiting the $ast element | |
visitEnter ( |
Entering an element in the ast, called before visiting children | |
visitLeave ( |
Entering an element in the ast, called after visiting children |
Метод | Описание | |
---|---|---|
getMethodByClass ( |
Map the class name of the PhpCssAst instance to a method name, validate if it exists and return it as callback. |
public visitEnter ( |
||
$ast | ||
Результат | boolean |
public visitLeave ( |
||
$ast | ||
Результат | boolean |