Validation
class Validation (View source)
Validation utilities for the Kickstarter.
Methods
                    static bool
                
                
                    isReservedKeyword(string $keyword)
        
                                            
                
            Check the given keyword to be not one of the reserved words of PHP.
Details
        
                static            bool
    isReservedKeyword(string $keyword)
        
    
    Check the given keyword to be not one of the reserved words of PHP.