pendalf89\filemanager\behaviors\MediafileBehavior::deleteOwners PHP Method

deleteOwners() public method

Delete owners of mediafile
public deleteOwners ( )
    public function deleteOwners()
    {
        foreach ($this->attributes as $attr) {
            Mediafile::removeOwner($this->owner->primaryKey, $this->name, $attr);
        }
    }