BaseLoop
class BaseLoop
Class BaseLoop
Methods
                    __construct(
    ContainerInterface $container)
                                            
                
            Create a new Loop
                    
    mixed
                
                
                    __call(
    string $name, 
    mixed $arguments)
                                            
                
            Provides a getter to loop parameter values
                    initializeArgs(
    array $nameValuePairs)
                                            
                
            Initialize the loop arguments.
                    count()
                                            
                
            No description
                    exec(
    PropelModelPager $pagination)
                                            
                
            No description
                    parseResults(
    LoopResult $loopResult)
                                            
                
            No description
                    getArgumentCollection()
                                            
                
            Get the argument collection
                    
    null|String
                
                
                    getLoopName()
                                            
                
            Get the loop name
                    
    string
                
                
                    getType()
                                            
                
            No description
                    
    bool
                
                
                    getForceReturn()
                                            
                
            No description
                    
    bool
                
                
                    getBackendContext()
                                            
                
            No description
                    
    int
                
                
                    getOffset()
                                            
                
            available if countable is true
                    
    int
                
                
                    getPage()
                                            
                
            available if countable is true
                    
    int
                
                
                    getLimit()
                                            
                
            available if countable is true
                    
    bool
                
                
                    getReturnUrl()
                                            
                
            false for disable the generation of urls
                    
    ModelCriteria
                
                
                    buildModelCriteria()
                                            
                
            No description
                    
    array
                
                
                    buildArray()
                                            
                
            No description
Details
        at line 99
                            
    
    __construct(
    ContainerInterface $container)
    
    Create a new Loop
        at line 210
                            
    mixed
    __call(
    string $name, 
    mixed $arguments)
    
    Provides a getter to loop parameter values
        at line 231
                            
    
    initializeArgs(
    array $nameValuePairs)
    
    Initialize the loop arguments.
        at line 456
                            
    
    count()
    
    
        at line 496
                            
    LoopResult
    exec(
    PropelModelPager $pagination)
    
    
        at line 613
            abstract                
    LoopResult
    parseResults(
    LoopResult $loopResult)
    
    
        at line 744
                            
    ArgumentCollection
    getArgumentCollection()
    
    Get the argument collection
        at line 754
                            
    null|String
    getLoopName()
    
    Get the loop name
        at line 52
                            
    string
    getType()
    
    
        at line 52
                            
    bool
    getForceReturn()
    
    
        at line 52
                            
    bool
    getBackendContext()
    
    
        at line 52
                            
    int
    getOffset()
    
    available if countable is true
        at line 52
                            
    int
    getPage()
    
    available if countable is true
        at line 52
                            
    int
    getLimit()
    
    available if countable is true
        at line 52
                            
    bool
    getReturnUrl()
    
    false for disable the generation of urls