addType('actorUid', Types::STRING); $this->addType('uid', Types::STRING); $this->addType('email', Types::STRING); $this->addType('federatedCloudId', Types::STRING); $this->addType('card', Types::BLOB); $this->addType('lastContact', Types::INTEGER); } }