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);
    }