interface Pattern
Interface that every pattern node must implement.
@author Marco Marchiò <marco.mm89@gmail.com>
Hierarchy
- interface \Peast\Syntax\Node\Pattern
Expanded class hierarchy of Pattern
All classes that implement Pattern
1 file declares its use of Pattern
- PseudoSimple.php in vendor/
mck89/ peast/ lib/ Peast/ Selector/ Node/ Part/ PseudoSimple.php
13 string references to 'Pattern'
- ArrayPattern::setElements in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ ArrayPattern.php - Sets array elements
- AssignmentExpression::setLeft in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ AssignmentExpression.php - Sets the left node of the assignment
- AssignmentProperty::setValue in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ AssignmentProperty.php - Sets the property value
- CatchClause::setParam in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ CatchClause.php - Sets the catch clause parameter
- DateFormatFormBase::submitForm in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
File
-
vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Pattern.php, line 17
Namespace
Peast\Syntax\NodeView source
interface Pattern {
}