Pimcore\Model\Object\Classificationstore\KeyGroupRelation\Dao::create PHP Method

create() public method

Create a new record for the object in database
public create ( ) : boolean
return boolean
    public function create()
    {
        $this->db->insert(self::TABLE_NAME_RELATIONS, []);
        return $this->save();
    }