CsvWriter
class CsvWriter (View source)
A Writer class for Express Entry objects
Properties
| protected Writer | $writer | ||
| protected Date | $dateFormatter | 
Methods
                    array
                
                
                
            Details
        
                            
    __construct(Writer $writer, Date $dateFormatter)
        
    
    No description
        
                            
    insertHeaders(Entity $entity)
        
    
    No description
        
                            
    insertEntryList(EntryList $list)
        
    
    Insert all data from the passed EntryList
        
                        private    Generator
    projectList(EntryList $list)
        
    
    A generator that takes an EntryList and converts it to CSV rows
        
                        private    array
    projectEntry(Entry $entry)
        
    
    Turn an Entry into an array