App\Libraries\Account::__construct PHP Method

__construct() public method

public __construct ( $login, $id, $type, $subType = null, $bankId = null )
    public function __construct($login, $id, $type, $subType = null, $bankId = null)
    {
        $this->login = $login;
        $this->id = $id;
        $this->type = $type;
        $this->subType = $subType;
        $this->bankId = $bankId;
    }