app\models\Closet::setTextures PHP Method

setTextures() public method

Set textures string manually.
public setTextures ( string $textures )
$textures string
    public function setTextures($textures)
    {
        return $this->db->where('uid', $this->uid)->update(['textures' => $textures]);
    }