SharedTrait
Trait that all pizza's could share.
Okay, so I couldn't think of something that fits the theme .. If you have a cool idea: please issue a PR :)
Table of Contents
- $base : Base
 - $sharedProperty : string
 - $secretProperty : bool
 - sayHello() : Base
 
Properties
$base
    public
        Base
    $base
    
        
        
    
$sharedProperty
    protected
        string
    $sharedProperty
    
        
        
    
$secretProperty
    private
        bool
    $secretProperty
    
        
        
    
Methods
sayHello()
    public
                sayHello() : Base