コード例 #1
0
ファイル: task.php プロジェクト: nemein/openpsa
 public function refresh()
 {
     $this->contacts = null;
     $this->resources = null;
     $this->_status = null;
     parent::refresh();
 }
コード例 #2
0
ファイル: salesproject.php プロジェクト: nemein/openpsa
 public function refresh()
 {
     $this->_contacts = null;
     parent::refresh();
 }