コード例 #1
0
 function __construct($title)
 {
     parent::__construct($title);
     if (!$this->get_datastore()) {
         $this->set_datastore(new Resume_DataStore_CustomField());
     }
 }
コード例 #2
0
 function __construct($title)
 {
     parent::__construct($title);
     if (!$this->get_datastore()) {
         $this->set_datastore(new Resume_DataStore_ThemeOptions());
     }
 }