예제 #1
0
파일: Flash.php 프로젝트: pr-of-it/t4
 public function __set($key, $val)
 {
     parent::__set($key, $val);
     Session::set(self::FLASH_KEY, serialize($this->getData()));
 }