FileElement::unserialize PHP Method

unserialize() public method

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

Usage Example

コード例 #1
0
ファイル: PalmRecord.php プロジェクト: wallabag/php-mobi
 public function unserialize($data)
 {
     $this->elements->unserialize($data);
 }