Example #1
0
 function __construct()
 {
     parent::__construct('chicken');
 }
Example #2
0
 function __construct()
 {
     parent::__construct('sheep');
 }
Example #3
0
 function __construct()
 {
     parent::__construct('cat');
 }