mdm\admin\models\Assignment::__construct PHP Method

__construct() public method

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