app\models\Closet::save PHP Méthode

save() public méthode

Do really database operations.
public save ( ) : boolean
Résultat boolean
    public function save()
    {
        if (empty($this->items_modified)) {
            return;
        }
        return $this->setTextures(json_encode($this->textures));
    }