App\Libraries\Bank::__construct PHP Method

__construct() public method

public __construct ( $finance, $fid, $url, $org )
    public function __construct($finance, $fid, $url, $org)
    {
        $this->finance = $finance;
        $this->fid = $fid;
        $this->url = $url;
        $this->org = $org;
    }