unserialize() 공개 메소드

public unserialize ( $data )
예제 #1
0
 public function unserialize($data)
 {
     $this->elements->unserialize($data);
 }