* @package generis */ interface PhpSerializable { /** * this function should generate the php code to recreate * the current instance * * @access public * @author joel bout * @return string */ public function __toPhpCode(); }