FileElement::unserialize PHP Méthode

unserialize() public méthode

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

Usage Example

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