mdm\admin\models\Assignment::__construct PHP Метод

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

public __construct ( $id, $user = null, $config = [] )
    public function __construct($id, $user = null, $config = array())
    {
        $this->id = $id;
        $this->user = $user;
        parent::__construct($config);
    }