コード例 #1
0
ファイル: dream.class.php プロジェクト: npedrini/artefacts
 protected function init()
 {
     parent::init();
     $this->color = "#333333";
     $this->description = "";
     $this->email = "";
     $this->gender = "";
     $this->feelings = array();
     $this->tags = array();
     $this->title = "";
     $this->timezone = "America/New_York";
     $this->useAlchemy = true;
 }