mtv\models\Model::set PHP Метод

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

Set a bunch of attributes at once
public set ( $args, $fetching = false )
    public function set($args, $fetching = false)
    {
        $this->attributes = array_merge($this->attributes, (array) $args);
    }