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
Constants
- MY_CONSTANT = 'A'
Properties
- $base : Base
- $sharedProperty : string
- $secretProperty : bool
Methods
Constants
MY_CONSTANT
public
mixed
MY_CONSTANT
= 'A'
Properties
$base
public
Base
$base
$sharedProperty
protected
string
$sharedProperty
$secretProperty
private
bool
$secretProperty
Methods
sayHello()
public
sayHello() : Base