EventActionCollection
        EventActionCollection.php
                :
        19
                 
    
                            
        
                    
                Implements
                                    IteratorAggregate                            
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        EventActionCollection.php
                :
        27
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $actions | iterable<string|int, EventActionInterface> | [] | - | 
                 createEmpty()
            ¶
createEmpty()
            ¶
    
        
        EventActionCollection.php
                :
        65
                 
    
        |  |  | 
Return values
self
                 get()
            ¶
get()
            ¶
    
        
        EventActionCollection.php
                :
        46
                 
    
        Returns action definition with given identifier.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
                 getIterator()
            ¶
getIterator()
            ¶
    
        
        EventActionCollection.php
                :
        60
                 
    
        |  |  | 
Return values
Iterator
                 isEmpty()
            ¶
isEmpty()
            ¶
    
        
        EventActionCollection.php
                :
        55
                 
    
        |  |  | 
Return values
bool
                 supports()
            ¶
supports()
            ¶
    
        
        EventActionCollection.php
                :
        38
                 
    
        Returns true if action with given identifier is supported.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
bool