Generator_Faker extends Factory
Table of Contents
| $faker | ||
|---|---|---|
| __construct() | mixed | |
| __get() | mixed | |
| __call() | mixed | |
| __isset() | mixed | 
Properties
$faker
        private
                mixed
        $faker
            
            
Methods
__construct()
        public
                                __construct(
                    
                            $faker :
                Generator
                            
                )
        : mixed
    
    
            Parameters
- $faker : Generator
 
Return values
mixed__get()
        public
                                __get(
                    
                            $attribute :
                mixed
                            
                )
        : mixed
    
    
            Parameters
- $attribute : mixed
 
Return values
mixed__call()
        public
                                __call(
                    
                            $method :
                mixed
                            
                    
            ,                 $attributes :
                mixed
                            
                )
        : mixed
    
    
            Parameters
- $method : mixed
 - $attributes : mixed
 
Return values
mixed__isset()
        public
                                __isset(
                    
                            $name :
                mixed
                            
                )
        : mixed
    
    
            Parameters
- $name : mixed