app\models\Closet::save PHP Метод

save() публичный Метод

Do really database operations.
public save ( ) : boolean
Результат boolean
    public function save()
    {
        if (empty($this->items_modified)) {
            return;
        }
        return $this->setTextures(json_encode($this->textures));
    }