예제 #1
0
 function __construct($post)
 {
     parent::__construct($post);
 }
예제 #2
0
 function __construct($post)
 {
     //run the parrent constructor
     parent::__construct($post);
 }