FileElement::unserialize PHP Method

unserialize() public method

public unserialize ( $data )
    public function unserialize($data)
    {
        //TODO: If reading is needed -> way more complex
    }

Usage Example

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