Skip to content
Snippets Groups Projects
class.orm.php 99.5 KiB
Newer Older
        return serialize(array($this->negated, $this->ored, $this->constraints));
    }

    function unserialize($data) {
        list($this->negated, $this->ored, $this->constraints) = unserialize($data);