Example #1
0
 function __construct()
 {
     parent::__construct('Chicken');
     $this->setType('chicken');
 }
Example #2
0
 function __construct()
 {
     parent::__construct('Cat');
     $this->setType('cat');
 }
Example #3
0
 function __construct()
 {
     parent::__construct('Sheep');
     $this->setType('sheep');
 }