Esempio n. 1
0
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildString();
     $this->runMethods();
     $this->showObject();
 }
Esempio n. 2
0
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildNumber();
     $this->runMethods();
 }
Esempio n. 3
0
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildBoolean();
     $this->runMethods();
 }